Spread and Rest [JavaScript] Spread operator and Rest operator 📒 Add the elements of an existing array into a new array 📒 Pass elements of an array as arguments to a function addThreeNums함수가 3개까지만 부르기 때문에 num_4의 3번째 element 이후는 무시하게 됨. 📒 Copy arrays 새로운 배열을 만들어서 복사하는 것이기 떄문에 arr과 ar... JavaScriptSpread and RestJavaScript
[JavaScript] Spread operator and Rest operator 📒 Add the elements of an existing array into a new array 📒 Pass elements of an array as arguments to a function addThreeNums함수가 3개까지만 부르기 때문에 num_4의 3번째 element 이후는 무시하게 됨. 📒 Copy arrays 새로운 배열을 만들어서 복사하는 것이기 떄문에 arr과 ar... JavaScriptSpread and RestJavaScript